support doc creation in qmake. (#609)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 27 Jul 2020 23:44:14 +0000 (17:44 -0600)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2020 23:44:14 +0000 (17:44 -0600)
commita48c6a17f843e6624002dda91960b0905ca34c1c
tree11fbde13638e9ac65054098cd257d1ea85ec513a
parente64c6dcb701c9f43fcd181320d8a3094d15a6145
support doc creation in qmake. (#609)

* support doc creation in qmake.

pass parameters to tools/mkcapabilites instead of
using text replacement in configure.

text replacement in xmldoc/makedoc was unnecessary, directory
creation is handled in the recipee.

there is some foolishness in GPSBabel.pro to allow overriding of
WEB and DOCVERSION on the command line of make.  If those values
are known when running qmake it could be slightly simpler.

* remove dependency on makedoc.in.

* improve fop comments.

* further update fop comments
GPSBabel.pro
Makefile.in
configure
configure.ac
tools/mkcapabilities [new file with mode: 0755]
tools/mkcapabilities.in [deleted file]
xmldoc/.gitignore
xmldoc/makedoc [new file with mode: 0755]
xmldoc/makedoc.in [deleted file]